body {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  color: #868F9B; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #10161A; }

h1 {
  font-size: 54px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

a {
  color: #f26522;
  text-decoration: none;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #f26522; }

.main-color {
  color: #f26522; }

.white-text {
  color: #FFF; }

::-moz-selection, ::-moz-selection {
  background-color: #f26522;
  color: #FFF; }

::-moz-selection, ::selection {
  background-color: #f26522;
  color: #FFF; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* -- section  -- */
.section {
  position: relative; }

.md-padding {
  padding-top: 40px;
  padding-bottom: 40px; }

.sm-padding {
  padding-top: 60px;
  padding-bottom: 60px; }

/* --  background section  -- */
.bg-grey {
  background-color: #FAFAFA;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE; }

.bg-dark {
  background-color: #1C1D21; }

/* --  background image section  -- */
.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #1C1D21; }

/* --  section header  -- */
.section-header {
  position: relative; }
  .section-header .title {
    text-transform: capitalize; }

.title:after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: #f26522;
  margin-top: 20px; }

.text-center .title:after {
  margin: 20px auto 0px; }

/* --  Input  -- */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"] {
  height: 40px;
  width: 100%;
  border: none;
  background: #F4F4F4;
  border-bottom: 2px solid #EEE;
  color: #354052;
  padding: 0px 10px;
  opacity: 0.5;
  -webkit-transition: 0.2s border-color, 0.2s opacity;
  -o-transition: 0.2s border-color, 0.2s opacity;
  transition: 0.2s border-color, 0.2s opacity; }

textarea {
  height: 220px;
  width: 100%;
  border: none;
  background: #F4F4F4;
  border-bottom: 2px solid #EEE;
  color: #354052;
  padding: 0px 10px;
  opacity: 0.5;
  -webkit-transition: 0.2s border-color, 0.2s opacity;
  -o-transition: 0.2s border-color, 0.2s opacity;
  transition: 0.2s border-color, 0.2s opacity;
  padding: 10px 10px;
  min-height: 80px;
  resize: vertical; }

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus {
  border-color: #f26522;
  opacity: 1;
  outline: none; }

textarea:focus {
  border-color: #f26522;
  opacity: 1;
  outline: none; }

/* --  Buttons  -- */
.main-btn, .white-btn, .outline-btn {
  display: inline-block;
  padding: 10px 35px;
  margin: 3px;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }

.main-btn {
  background: #f26522;
  color: #FFF; }

.white-btn {
  background: #FFF;
  color: #10161A !important; }

.outline-btn {
  background: transparent;
  color: #f26522 !important;
  border-color: #f26522; }

.main-btn:hover, .white-btn:hover, .outline-btn:hover {
  opacity: 0.8; }

/*------------------------------------*\
	Logo
\*------------------------------------*/
.navbar-brand {
  padding: 0; }
  .navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 70px;
    display: block; }

@media only screen and (max-width: 768px) {
  .slide {
    position: relative;
    top: 107px; }
  .navbar-brand .logo {
    display: block !important; }
  .navbar-brand .logo-alt {
    display: none; }
  #service {
    padding-top: 130px; } }

#nav {
  left: 0;
  right: 0;
  position: fixed;
  padding: 10px 0px;
  background: #FFF;
  -webkit-transition: 0.2s padding;
  -o-transition: 0.2s padding;
  transition: 0.2s padding;
  z-index: 999; }
  #nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt, #nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo, #nav.fixed-nav .navbar-brand .logo-alt {
    display: none; }
  #nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px; }
  #nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 22px 0px;
    background-color: rgba(255, 255, 255, 0.909804) !important;
    border-bottom: 1px solid #EEE; }
  #nav.nav-transparent {
    background: transparent; }
  #nav ul .infor_clouid {
    background: rgba(242, 101, 34, 0.839216);
    padding: 0px 30px;
    border-radius: 50px; }
    #nav ul .infor_clouid a {
      font-size: 18px;
      color: #fff; }
  #nav ul .dynamic_engin {
    background: rgba(242, 101, 34, 0.839216);
    padding: 0px 30px;
    border-radius: 50px;
    margin-left: 5px; }
    #nav ul .dynamic_engin a {
      font-size: 18px;
      color: #fff; }
    
/*------------------------------------*\
	Navigation
\*------------------------------------*/
/* -- default nav -- */
@media only screen and (min-width: 768px) {
  .main-nav li {
    padding: 0px 15px; }
    .main-nav li a {
      font-size: 14px;
      -webkit-transition: 0.2s color;
      -o-transition: 0.2s color;
      transition: 0.2s color; }
  .main-nav > li > a {
    color: #10161A;
    padding: 15px 0px; }
  #nav.nav-transparent:not(.fixed-nav) .main-nav > li > a {
    color: #fff; }
  .main-nav > li > a:hover, .main-nav > li > a:focus {
    background: transparent;
    color: #f74f00; }
  .main-nav > li.active > a {
    background: transparent;
    color: #f74f00; }
  .main-nav > li.active > a:after {
    width: 100%; }
  .main-nav > li > a:after {
    content: "";
    display: block;
    background-color: #f26522;
    height: 2px;
    width: 0%;
    -webkit-transition: 0.2s width;
    -o-transition: 0.2s width;
    transition: 0.2s width; }
  .main-nav > li > a:hover:after {
    width: 100%; }
  /* dropdown */
  .has-dropdown {
    position: relative; }
    .has-dropdown > a:before {
      font-family: 'FontAwesome';
      content: "\f054";
      font-size: 6px;
      margin-left: 6px;
      float: right;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: 0.2s transform;
      -webkit-transition: 0.2s -webkit-transform;
      transition: 0.2s -webkit-transform;
      -o-transition: 0.2s transform;
      transition: 0.2s transform;
      transition: 0.2s transform, 0.2s -webkit-transform; }
  .dropdown {
    position: absolute;
    right: -50%;
    top: 0;
    background-color: #f26522;
    width: 200px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
    box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
    -webkit-transform: translateY(15px) translateX(50%);
    -ms-transform: translateY(15px) translateX(50%);
    transform: translateY(15px) translateX(50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  .main-nav > .has-dropdown > .dropdown {
    top: 100%;
    right: 50%; }
    .main-nav > .has-dropdown > .dropdown .dropdown.dropdown-left {
      right: 150%; }
  .dropdown li a {
    display: block;
    color: #FFF;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    padding: 10px 0px; }
  .dropdown li:nth-child(1) a {
    border-top: none; }
  .has-dropdown:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px) translateX(50%);
    -ms-transform: translateY(0px) translateX(50%);
    transform: translateY(0px) translateX(50%); }
  .has-dropdown:hover > a:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .nav-collapse {
    display: none; } }

/* -- mobile nav -- */
@media only screen and (max-width: 767px) {
  #nav {
    padding: 0px 0px; }
    #nav.nav-transparent {
      padding: 28px 10px; }
  .fixed-nav {
    background: #000;
    border: none; }
  .main-nav {
    position: fixed;
    right: 0;
    height: calc(100vh - 80px);
    -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
    box-shadow: 0px 80px 0px 0px #1C1D21;
    max-width: 250px;
    width: 0%;
    top: 107px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    margin: 0;
    overflow-y: auto;
    background: #1c1d21d9;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  #nav.open .main-nav {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%; }
  .main-nav li {
    border-top: 1px solid rgba(250, 250, 250, 0.1); }
    .main-nav li a {
      display: block;
      color: #FFF;
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all; }
      .main-nav li a:hover, .main-nav li a:focus {
        background-color: #f26522;
        color: #FFF;
        opacity: 1; }
  .main-nav > li.active {
    border-left: 6px solid #f26522; }
  .has-dropdown > a:after {
    content: "\f054";
    font-family: 'FontAwesome';
    float: right;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    -o-transition: 0.2s transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform; }
  .dropdown {
    opacity: 0;
    visibility: hidden;
    height: 0;
    background: rgba(250, 250, 250, 0.1); }
    .dropdown li a {
      padding: 6px 10px; }
  .has-dropdown.open-drop > a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .has-dropdown.open-drop > .dropdown {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; } }

/* -- nav btn collapse -- */
.nav-collapse {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  z-index: 99999; }
  .nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 4px;
    background: #f26522;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
    .nav-collapse span:before, .nav-collapse span:after {
      content: "";
      display: block; }
    .nav-collapse span:before, .nav-collapse span:after {
      height: 4px;
      background: #f26522;
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all; }
    .nav-collapse span:before {
      -webkit-transform: translate(0%, 10px);
      -ms-transform: translate(0%, 10px);
      transform: translate(0%, 10px); }
    .nav-collapse span:after {
      -webkit-transform: translate(0%, -14px);
      -ms-transform: translate(0%, -14px);
      transform: translate(0%, -14px); }

#nav.open .nav-collapse span {
  background: transparent; }
  #nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg); }
  #nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg); }

/*------------------------------------*\
	Header
\*------------------------------------*/
header {
  position: relative; }

#home .home-wrapper {
  width: 84%;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  z-index: 1; }
  #home .home-wrapper .container {
    width: 100%; }

.home-content {
  text-align: center; }
  .home-content h1 {
    text-transform: uppercase; }
  .home-content button {
    margin-top: 20px; }

.header-wrapper h2 {
  display: inline-block;
  margin-bottom: 0px; }

.header-wrapper .breadcrumb {
  float: right;
  background: transparent;
  margin-bottom: 0px; }
  .header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B; }

.breadcrumb > li + li:before {
  color: #868F9B; }

/*------------------------------------*\
	About
\*------------------------------------*/
.about {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #EEE;
  margin: 15px 0px; }
  .about i {
    font-size: 36px;
    color: #f26522;
    margin-bottom: 20px; }
  .about:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    -o-transition: 0.2s width;
    transition: 0.2s width; }
  .about:hover:after {
    width: 100%; }
  .about h3 {
    -webkit-transition: 0.2s color;
    -o-transition: 0.2s color;
    transition: 0.2s color; }
  .about:hover h3 {
    color: #fff; }

/*------------------------------------*\
	Portfolio
\*------------------------------------*/
.work {
  position: relative;
  padding: 20px; }
  .work > img {
    width: 100%; }
  .work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .work:hover .overlay {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8; }
  .work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .work .work-content h3 {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      color: #FFF;
      margin-bottom: 10px;
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all;
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
  .work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #f26522;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity; }
    .work .work-link a {
      display: inline-block;
      width: 50px;
      height: 50px;
      background-color: #f26522;
      color: #FFF;
      line-height: 50px;
      text-align: center; }
  .work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1; }

/*------------------------------------*\
	Services
\*------------------------------------*/
#service span, #service a, #service a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit; }

#service h6 {
  font-size: 16px; }

#service .section-head {
  margin-bottom: 60px; }

#service .section-head h4 {
  position: relative;
  padding: 0;
  color: #f26522;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px; }

#service .section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f26522;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto; }

#service .section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f; }

#service p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center; }

#service .section-head p, #service p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center; }

#service .extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none; }

#service .extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f26522;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto; }

#service .extra-text span {
  font-weight: 700;
  color: #f26522; }

#service .item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#service .item:hover {
  background: #f26522;
  -webkit-box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#service .item:hover .item, #service .item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#service .item:hover h6, #service .item:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#service .item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f26522;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px; }

#service .item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #f26522; }

#service .item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #f26522; }

#service .item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #f26522; }

#service .item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #f26522; }

#service .item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #f26522; }

#service .item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #f26522; }

#service .item p {
  font-size: 15px;
  line-height: 26px;
  text-align: left; }

#service .item h6 {
  margin-bottom: 20px;
  color: #2f2f2f; }

#service .mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500; }

#service .mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f26522;
  border-radius: 50%;
  color: #fff;
  font-size: 25px; }

#service .mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666; }

#service .skills {
  padding-top: 0px; }

#service .skills .prog-item {
  margin-bottom: 25px; }

#service .skills .prog-item:last-child {
  margin-bottom: 0; }

#service .skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px; }

#service .skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative; }

#service .skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f26522;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

#service .skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #service .mobile {
    padding: 30px 25px 80px !important; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #service .res-p {
    padding: 30px 25px 32px !important; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service .res {
    padding: 30px 25px 78px !important; } }

/*
/*------------------------------------*\
	  WP Services
\*------------------------------------*/
#service span, #service a, #service a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit; }

#service h6 {
  font-size: 16px; }

#service .section-head {
  margin-bottom: 60px; }

#service .section-head h4 {
  position: relative;
  padding: 0;
  color: #f26522;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px; }

#service .section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f26522;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto; }

#service .section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f; }

#service p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center; }

#service .section-head p, #service p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center; }

#service .extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none; }

#service .extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f26522;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto; }

#service .extra-text span {
  font-weight: 700;
  color: #f26522; }

#service .item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#service .item:hover {
  background: #f26522;
  -webkit-box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#service .item:hover .item, #service .item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#service .item:hover h6, #service .item:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#service .item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f26522;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px; }

#service .item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #f26522; }

#service .item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #f26522; }

#service .item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #f26522; }

#service .item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #f26522; }

#service .item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #f26522; }

#service .item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #f26522; }

#service .item p {
  font-size: 15px;
  line-height: 26px;
  text-align: left; }

#service .item h6 {
  margin-bottom: 20px;
  color: #2f2f2f; }

#service .mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500; }

#service .mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f26522;
  border-radius: 50%;
  color: #fff;
  font-size: 25px; }

#service .mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666; }

#service .skills {
  padding-top: 0px; }

#service .skills .prog-item {
  margin-bottom: 25px; }

#service .skills .prog-item:last-child {
  margin-bottom: 0; }

#service .skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px; }

#service .skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative; }

#service .skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f26522;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

#service .skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #service .mobile {
    padding: 30px 25px 80px !important; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #service .res-p {
    padding: 30px 25px 32px !important; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service .res {
    padding: 30px 25px 78px !important; } }  
    
    */

/*------------------------------------*\
	Why choose us
\*------------------------------------*/
.feature {
  margin: 15px 0px; }
  .feature i {
    float: left;
    /*padding: 5px;*/
    border-radius: 50%;
    color: #f26522;
    border: 1px solid #f26522;
    margin-right: 5px; }

/*------------------------------------*\
	Numbers
\*------------------------------------*/
.number {
  text-align: center;
  margin: 15px 0px; }
  .number i {
    color: #f26522;
    font-size: 36px;
    margin-bottom: 20px; }
  .number h3 {
    font-size: 36px;
    margin-bottom: 10px; }

/*------------------------------------*\
	Pricing
\*------------------------------------*/
.pricing {
  position: relative;
  text-align: center;
  border: 1px solid #EEE;
  background-color: #FFF;
  z-index: 11;
  margin: 15px 0px; }
  .pricing::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    -o-transition: 0.2s height;
    transition: 0.2s height; }
  .pricing:hover:after {
    height: 100%; }
  .pricing .price-head {
    position: relative;
    margin-bottom: 20px; }
  .pricing .price-title {
    display: block;
    padding: 40px 0px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    -o-transition: 0.2s color;
    transition: 0.2s color; }
  .pricing:hover .price-title {
    color: #f26522; }
  .pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #f26522; }
    .pricing .price h3 {
      font-size: 42px;
      margin: 0px;
      -webkit-transition: 0.2s color;
      -o-transition: 0.2s color;
      transition: 0.2s color;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      position: absolute;
      left: 0;
      right: 0; }
  .pricing:hover .price h3 {
    color: #fff; }
  .pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161A;
    -webkit-transition: 0.2s color;
    -o-transition: 0.2s color;
    transition: 0.2s color; }
  .pricing:hover .duration {
    color: #fff; }
  .pricing .price-btn {
    padding-top: 20px;
    padding-bottom: 40px; }

/*------------------------------------*\
	Testimonial
\*------------------------------------*/
.testimonial {
  margin: 15px 0px; }

.testimonial-meta {
  position: relative;
  padding-left: 90px;
  height: 70px;
  margin-bottom: 20px;
  padding-top: 10px; }

.testimonial img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%; }

.testimonial h3 {
  margin-bottom: 5px; }

.testimonial span {
  font-size: 14px;
  color: #f26522;
  text-transform: uppercase; }

/*------------------------------------*\
	Team
\*------------------------------------*/
.team {
  position: relative;
  background-color: #F4F4F4;
  padding: 40px 20px;
  margin: 15px 0px; }
  .team::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    -o-transition: 0.2s height;
    transition: 0.2s height; }
  .team:hover:after {
    height: 100%; }

.team-img {
  position: relative;
  margin-bottom: 20px;
  z-index: 11; }
  .team-img > img {
    width: 100%; }

.team .overlay {
  background: #1C1D21;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }

.team:hover .overlay {
  opacity: 0.8; }

.team .team-content {
  text-align: center;
  position: relative;
  z-index: 11; }
  .team .team-content h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.2s color;
    -o-transition: 0.2s color;
    transition: 0.2s color; }
  .team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    -o-transition: 0.2s color;
    transition: 0.2s color; }

.team:hover .team-content h3 {
  color: #FFF; }

.team:hover .team-content span {
  color: #f26522; }

.team .team-social {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }
  .team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #f26522;
    color: #FFF; }

.team:hover .team-social {
  opacity: 1; }

/*------------------------------------*\
	Blog
\*------------------------------------*/
.blog {
  background-color: #FFF;
  margin: 15px 0px; }
  .blog .blog-content {
    padding: 20px 20px 40px; }
  .blog .blog-meta {
    margin-bottom: 20px; }
    .blog .blog-meta li {
      display: inline-block;
      font-size: 14px;
      color: #10161A;
      margin-right: 10px; }
      .blog .blog-meta li i {
        color: #f26522;
        margin-right: 5px; }

/*------------------------------------*\
	Blog post
\*------------------------------------*/
#main .blog {
  margin-top: 0px; }
  #main .blog .blog-content {
    padding: 20px 0px 0px; }

/* -- blog tags -- */
.blog-tags {
  margin: 40px 0px; }
  .blog-tags h5 {
    margin-bottom: 0;
    display: inline-block; }
  .blog-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A; }
    .blog-tags a:hover {
      color: #FFF;
      background-color: #f26522; }
    .blog-tags a i {
      margin-right: 3px;
      color: #f26522; }
    .blog-tags a:hover i {
      color: #FFF; }

/* -- blog author -- */
.blog-author {
  margin: 40px 0px; }
  .blog-author .media {
    padding: 20px;
    border: 1px solid #EEE; }
    .blog-author .media .media-left {
      padding-right: 20px; }
    .blog-author .media .media-heading {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #EEE; }
      .blog-author .media .media-heading h3 {
        display: inline-block;
        margin: 0;
        text-transform: uppercase; }
      .blog-author .media .media-heading .author-social {
        float: right; }
  .blog-author .author-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    margin-left: 5px;
    color: #FFF;
    background-color: #f26522; }

/* -- blog comments -- */
.blog-comments {
  margin: 40px 0px; }
  .blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px; }
    .blog-comments .media:first-child {
      border-bottom: 0px; }
    .blog-comments .media:last-child {
      border-bottom: 1px solid #EEE; }
    .blog-comments .media .media-left {
      padding-right: 20px; }
    .blog-comments .media .media-body .media-heading {
      text-transform: uppercase;
      margin-bottom: 10px; }
      .blog-comments .media .media-body .media-heading .time {
        font-size: 12px;
        margin-left: 20px;
        font-weight: 400;
        color: #868F9B; }
      .blog-comments .media .media-body .media-heading .reply {
        float: right;
        margin: 0;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400; }
    .blog-comments .media.author {
      background-color: #F4F4F4;
      border-color: #f26522;
      border-bottom: 1px solid #f26522; }
      .blog-comments .media.author > .media-body > .media-heading {
        color: #f26522; }
      .blog-comments .media.author + .media {
        border-top: 0px; }

/* blog reply form */
.reply-form {
  margin: 40px 0px; }
  .reply-form form .input, .reply-form form textarea {
    margin-bottom: 20px; }
  .reply-form form .input {
    width: calc(50% - 10px);
    display: inline-block; }
    .reply-form form .input:nth-child(2) {
      margin-left: 15px; }

/*------------------------------------*\
	Blog sidebar
\*------------------------------------*/
#aside .widget {
  margin-bottom: 40px; }

.widget h3 {
  text-transform: uppercase; }

/* -- search sidebar -- */
#aside .widget-search {
  position: relative; }
  #aside .widget-search .search-input {
    padding-right: 50px; }
  #aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #f26522; }

/* -- category sidebar -- */
.widget-category a {
  display: block;
  font-size: 14px;
  color: #354052;
  border-bottom: 1px solid #EEE;
  padding: 5px; }
  .widget-category a:nth-child(1) {
    border-top: 1px solid #EEE; }
  .widget-category a span {
    float: right;
    color: #f26522; }
  .widget-category a:hover {
    color: #f26522; }

/* -- tags sidebar -- */
.widget-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #F4F4F4;
  color: #10161A; }
  .widget-tags a:hover {
    color: #FFF;
    background-color: #f26522; }

/* -- posts sidebar -- */
.widget-post {
  min-height: 70px;
  margin-bottom: 25px; }
  .widget-post img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px; }
  .widget-post a {
    display: block;
    color: #10161A; }
    .widget-post a:hover {
      color: #f26522; }
  .widget-post .blog-meta {
    display: inline-block; }
    .widget-post .blog-meta li {
      display: inline-block;
      margin-right: 5px;
      color: #f26522;
      font-size: 12px; }
  .widget-post li i {
    color: #f26522;
    margin-right: 5px; }

/*contact ara start*/
#contact {
  background: #ccd8ef3b; }
  #contact .sec-tl-innr {
    position: relative; }
    #contact .sec-tl-innr h2 {
      text-align: center;
      font-size: 45px;
      font-weight: 700;
      padding: 40px 0px;
      color: #543ba6; }
    #contact .sec-tl-innr .tl-shp {
      position: absolute;
      bottom: 0;
      left: 50%;
      border-left: 1px dashed #543ba6;
      border-radius: 50px;
      width: 1px;
      height: 35px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-left: -25px; }
      #contact .sec-tl-innr .tl-shp::before {
        height: 14px;
        width: 14px;
        border: 1px dashed #543ba6;
        border-radius: 50px;
        position: absolute;
        content: "";
        left: -7px;
        top: -14px; }
      #contact .sec-tl-innr .tl-shp::after {
        content: "";
        border: 1px dashed #543ba6;
        border-radius: 50px;
        height: 29px;
        width: 29px;
        position: absolute;
        bottom: -29px;
        left: -14.5px; }
    #contact .sec-tl-innr .tl-shp-inr {
      border-left: 1px dashed #543ba6;
      border-radius: 50px;
      width: 1px;
      height: 37px;
      position: absolute;
      right: -35px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      bottom: -33.5px; }
      #contact .sec-tl-innr .tl-shp-inr::before {
        content: "";
        height: 14px;
        width: 14px;
        border: 1px dashed #543ba6;
        border-radius: 50px;
        position: absolute;
        top: -14px;
        left: -7.5px; }
  #contact iframe {
    height: 375px;
    width: 100%;
    -webkit-box-shadow: 0px 16px 9px -15px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 16px 9px -15px rgba(0, 0, 0, 0.44); }
  #contact .contact .address {
    position: relative;
    padding: 40px 0; }
    #contact .contact .address i {
      position: absolute;
      color: #24b4b9;
      font-size: 35px; }
    #contact .contact .address p {
      text-align: left !important;
      color: #756b75;
      font-weight: 400;
      font-size: 20px;
      padding: 0 55px 35px; }
  #contact .contact .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left; }
    #contact .contact .social-icons a {
      text-decoration: none;
      border: 1px solid #909090;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      margin: 0 5px;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #contact .contact .social-icons a i {
        font-size: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 8px 0; }
      #contact .contact .social-icons a:first-child {
        color: #fff;
        background: #3b5999; }
      #contact .contact .social-icons a:nth-child(2) {
        color: #fff;
        background: #cd201f; }
      #contact .contact .social-icons a:nth-child(3) {
        color: #fff;
        background: #0077B5; }
      #contact .contact .social-icons a:hover:first-child {
        color: #3b5999;
        background: #fff; }
      #contact .contact .social-icons a:hover:nth-child(2) {
        color: #cd201f;
        background: #fff; }
      #contact .contact .social-icons a:hover:nth-child(3) {
        color: #0077B5;
        background: #fff; }
  #contact .form {
    padding: 0 15px;
    /*---------------------------------------------*/
    /*---------------------------------------------*/
    /*---------------------------------------------*/
    /*---------------------------------------------*/
    /*//////////////////////////////////////////////////////////////////
      [ Contact ]*/
    /*==================================================================
      [ Form ]*/
    /*------------------------------------------------------------------
      [ Input ]*/
    /*---------------------------------------------*/
    /*==================================================================
      [ Restyle Checkbox ]*/
    /*------------------------------------------------------------------
      [ Button ]*/
    /*------------------------------------------------------------------
      [ Responsive ]*/
    /*------------------------------------------------------------------
      [ Alert validate ]*/ }
    #contact .form h2 {
      padding: 0px 0px 50px; }
    #contact .form p {
      color: #756b75;
      font-weight: 400;
      font-size: 20px;
      text-align: center;
      padding: 35px 0; }
    #contact .form a {
      font-size: 14px;
      line-height: 1.7;
      color: #666666;
      margin: 0px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s; }
    #contact .form a:focus {
      outline: none !important; }
    #contact .form a:hover {
      text-decoration: none; }
    #contact .form ul, #contact .form li {
      margin: 0px;
      list-style-type: none; }
    #contact .form input {
      outline: none;
      border: none; }
    #contact .form input[type="number"] {
      -moz-appearance: textfield;
      appearance: none;
      -webkit-appearance: none; }
    #contact .form input[type="number"]::-webkit-outer-spin-button,
    #contact .form input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    #contact .form textarea {
      outline: none;
      border: none; }
    #contact .form textarea:focus, #contact .form input:focus {
      border-color: transparent !important; }
    #contact .form input:focus::-webkit-input-placeholder {
      color: transparent; }
    #contact .form input:focus:-moz-placeholder {
      color: transparent; }
    #contact .form input:focus::-moz-placeholder {
      color: transparent; }
    #contact .form input:focus:-ms-input-placeholder {
      color: transparent; }
    #contact .form textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    #contact .form textarea:focus:-moz-placeholder {
      color: transparent; }
    #contact .form textarea:focus::-moz-placeholder {
      color: transparent; }
    #contact .form textarea:focus:-ms-input-placeholder {
      color: transparent; }
    #contact .form input::-webkit-input-placeholder {
      color: #999999; }
    #contact .form input:-moz-placeholder {
      color: #999999; }
    #contact .form input::-moz-placeholder {
      color: #999999; }
    #contact .form input:-ms-input-placeholder {
      color: #999999; }
    #contact .form textarea::-webkit-input-placeholder {
      color: #999999; }
    #contact .form textarea:-moz-placeholder {
      color: #999999; }
    #contact .form textarea::-moz-placeholder {
      color: #999999; }
    #contact .form textarea:-ms-input-placeholder {
      color: #999999; }
    #contact .form button {
      outline: none !important;
      border: none;
      background: transparent; }
    #contact .form button:hover {
      cursor: pointer; }
    #contact .form iframe {
      border: none !important; }
    #contact .form .container {
      max-width: 1200px; }
    #contact .form .container-contact100 {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #contact .form .wrap-contact100 {
      width: 100%;
      background: transparent;
      padding: 10px 0 5px 0; }
    #contact .form .contact100-form {
      width: 100%; }
    #contact .form .contact100-form-title {
      display: block;
      font-family: Oswald-Medium;
      font-size: 30px;
      color: #43383e;
      line-height: 1.2;
      text-align: left;
      padding-bottom: 35px; }
    #contact .form .wrap-input100 {
      width: 100%;
      position: relative;
      border-bottom: 1px solid #b9bfca;
      margin-bottom: 17px; }
    #contact .form .label-input100 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 58px;
      height: 62px;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      font-size: 18px;
      color: #999999; }
    #contact .form .input100 {
      display: block;
      width: 100%;
      background: transparent;
      font-size: 15px;
      color: #43383e;
      line-height: 1.2;
      padding: 0 5px; }
    #contact .form input.input100 {
      height: 62px;
      padding: 0 20px 0 58px; }
    #contact .form textarea.input100 {
      min-height: 199px;
      padding: 19px 20px 0 23px; }
    #contact .form .contact100-form-checkbox {
      padding-top: 12px;
      padding-bottom: 20px; }
    #contact .form .input-checkbox100 {
      display: none; }
    #contact .form .label-checkbox100 {
      display: block;
      position: relative;
      padding-left: 32px;
      cursor: pointer;
      font-size: 15px;
      color: #43383e;
      line-height: 1.2; }
    #contact .form .label-checkbox100::before {
      content: "\f00c";
      font-family: FontAwesome;
      font-size: 15px;
      color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      width: 22px;
      height: 22px;
      border-radius: 2px;
      background: #fff;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #contact .form .input-checkbox100:checked + .label-checkbox100::before {
      color: #555555; }
    #contact .form .validate-input {
      position: relative; }
    #contact .form .alert-validate::before {
      content: attr(data-validate);
      position: absolute;
      max-width: 70%;
      background-color: #f3f6fb;
      border: 1px solid #b2bdd0;
      border-radius: 2px;
      padding: 4px 25px 4px 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 2px;
      pointer-events: none;
      color: #2e5fce;
      font-size: 13px;
      line-height: 1.4;
      text-align: left;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s; }
    #contact .form .alert-validate::after {
      content: "\ef1c";
      font-family: "IcoFont";
      font-weight: 900;
      display: block;
      position: absolute;
      color: #ff7878;
      font-size: 16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 8px; }
    #contact .form .alert-validate:hover:before {
      visibility: visible;
      opacity: 1; }
    #contact .form .send {
      text-align: center;
      padding: 5px 0px;
      border-radius: 7px;
      width: 100%;
      margin: 0 auto;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #contact .form .send button {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        width: 70%;
        background: #f26522;
        padding: 15px 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #contact .form .send button span {
          position: relative;
          left: 5px; }
        #contact .form .send button:hover {
          background: #ce571f; }
    @media (max-width: 992px) {
      #contact .form .alert-validate::before {
        visibility: visible;
        opacity: 1; } }

/*contact ara end*/
/*------------------------------------*\
	Footer
\*------------------------------------*/
#footer {
  position: relative; }

.footer-logo {
  text-align: center;
  margin-bottom: 40px; }
  .footer-logo > a > img {
    max-height: 80px; }

.footer-follow {
  text-align: center;
  margin-bottom: 20px; }
  .footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px; }
    .footer-follow li a {
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 3px;
      background-color: #f26522;
      color: #FFF; }

.footer-copyright p {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0; }

/*------------------------------------*\
	Responsive
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .section-header h2.title {
    font-size: 31.5px; }
  .main-btn, .default-btn, .outline-btn, .white-btn {
    padding: 8px 22px;
    font-size: 14px; }
  .home-content h1 {
    font-size: 36px; }
  .header-wrapper h2 {
    margin-bottom: 20px;
    text-align: center;
    display: block; }
  .header-wrapper .breadcrumb {
    float: none;
    text-align: center; } }

@media only screen and (max-width: 480px) {
  #portfolio [class*='col-xs'], #numbers [class*='col-xs'] {
    width: 100%; }
  .contact-form .input:nth-child(1) {
    width: 100%; }
  .contact-form .input:nth-child(2) {
    width: 100%;
    margin-left: 0px; }
  .reply-form form .input {
    width: 100%; }
    .reply-form form .input:nth-child(2) {
      margin-left: 0px; }
  .blog-author .media {
    text-align: center; }
    .blog-author .media .media-left {
      display: block;
      padding-right: 0;
      margin-bottom: 20px; }
    .blog-author .media .media-heading .author-social {
      margin-top: 10px;
      float: none; }
    .blog-author .media .media-left img {
      margin: auto; }
  .blog-comments .media .media {
    margin: 0px -15px; } }

/*------------------------------------*\
	Owl theme
\*------------------------------------*/
/* -- dots -- */
.owl-theme .owl-dots .owl-dot span {
  border: none;
  background: #EEE;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #f26522; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #f26522;
  width: 20px; }

.owl-theme .owl-nav {
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }

.owl-theme:hover .owl-nav {
  opacity: 1; }

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f26522;
  color: #FFF;
  padding: 0px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  line-height: 50px;
  margin: 0; }

.owl-theme .owl-prev {
  left: 0px; }

.owl-theme .owl-next {
  right: 0px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 0.8;
  background: #f26522; }

/* -- nav -- */
/*------------------------------------*\
	Back to top
\*------------------------------------*/
#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f26522;
  border-radius: 3px;
  color: #FFF;
  z-index: 9999;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  cursor: pointer; }
  #back-to-top:after {
    content: "\eaa1";
    font-family: 'IcoFont'; }
  #back-to-top:hover {
    opacity: 0.8; }

/*------------------------------------*\
	Preloader
\*------------------------------------*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  z-index: 99999; }

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .preloader span {
    display: inline-block;
    background-color: #f26522;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%; }
    .preloader span:nth-child(1) {
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .preloader span:nth-child(2) {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .preloader span:nth-child(3) {
      -webkit-animation-delay: 0.15s;
      animation-delay: 0.15s; }
    .preloader span:nth-child(4) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }

@-webkit-keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

#infor {
  background: url("../img/vai-erp-data-real-time.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  #infor nav ul li a {
    color: #000; }
  #infor .infor-cl {
    position: relative;
    top: 10em; }
    #infor .infor-cl h2::after {
      margin: 0;
      width: 85px; }
  #infor footer {
    top: 20em !important; }
  
  /* -- DES -- */
  
#dynamic {
  background: url("../img/dynamic-engineering-solution-1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  #dynamic nav ul li a {
    color: #000; }
  #dynamic .dynamic-cl {
    position: relative;
    top: 10em; }
  #dynamic .dynamic-cl h2::after {
    margin: 0;
    width: 85px;
    margin-left: auto;
    margin-right: auto;
      }
  #dynamic footer {
    top: 20em !important; }
  #dynamic .dynamic-atm {
    width: 85%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
      }
    
    /* --  section header DES  -- */
    
.section-header {
  position: relative; }
  .section-header .title-des {
    text-transform: capitalize;
    
  }

.title-des:after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: #f26522;
  margin-top: 20px; }

.text-center .title-des:after {
  margin: 20px auto 0px; }
  
@media only screen and (max-width: 767px) {
  .section-header h2.title-des {
    font-size: 31.5px; }
  .main-btn, .default-btn, .outline-btn, .white-btn {
    padding: 8px 22px;
    font-size: 14px; }
  .home-content h1 {
    font-size: 36px; }
  .header-wrapper h2 {
    margin-bottom: 20px;
    text-align: center;
    display: block; }
  .header-wrapper .breadcrumb {
    float: none;
    text-align: center; } }
      
  /* -- counter -- */
  
  .* {
    box-sizing: border-box;
    }

/* Float four columns side by side */
    .column-ctn {
        float: left;
        width: 25%;
        padding: 0px;
    }

    .row-ctn {margin: 0 -5px;
        padding-bottom: 20px;
    }

    /* Clear floats after the columns */
    .row-ctn:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Responsive columns */
    @media screen and (max-width: 600px) {
    .column-ctn {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        }
    }

    /* Style the counter cards */
    .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        padding: 16px;
        text-align: center;
        background-color: #00466A;
        color: #FFFFFF;
    }
    
    /* Style the col-md-8 Our Solutions */
    
    .solutions-container {
        background: transparent;
    }
    
   div.solutions{
        background: transparent;
    }
    
    h2.title-sln {
        padding-top: 10px;
    }
    
    div.gallery-sln {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 30px;
    }

    div.gallery-sln:hover {
        border: 1px solid #777;
    }

    div.gallery-sln fa {
        width: 100%;
        height: auto;
    }

    div.desc-sln {
        padding: 10px;
        text-align: center;
        color: white;
        vertical-align: middle;
    }
    
    i.fa {
        font-size: 30px;
    }


    * {
        box-sizing: border-box;
    }
    
    .row1-sln, .row2-sln, .row3-sln {
        display: flex;
        justify-content: center;
    }

    .responsive-sln {
        padding: 0 6px;
        float: left;
        width: 24.99999%;
        display: flex;
        height: auto;
    }

@media only screen and (max-width: 700px) {
  .responsive-sln {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive-sln {
    width: 100%;
  }
}
    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }
    
    /* Style the col-md-8 Industries We Serve */
    
    div.industries{
        background: transparent;
    }
    
    h2.title-indt {
        padding-top: 10px;
    }
    
    div.gallery {
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 30px;
    }

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

    div.desc {
        padding: 10px;
        text-align: center;
        color: white;
    }

    * {
        box-sizing: border-box;
    }
    
    .row1, .row2, row3 {
        display: flex;
        justify-content: center;
    }

    .responsive {
        padding: 0 6px;
        float: left;
        width: 24.99999%;
        display: flex;
        height: auto;
    }

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

/* Style the col-md-8 DES Clients */

    div.clients-des {
        background: transparent;
        border: 1px solid #ccc;
        padding: 5px;
    }
    
    h2.title-clients {
        padding-top: 10px;
    }
    
    div.gallery-clnt {
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 30px;
    }

    div.gallery-clnt:hover {
        border: 1px solid #777;
    }

    div.gallery-clnt img {
        width: 100%;
        height: auto;
    }

    * {
        box-sizing: border-box;
    }
    
    .row1-clnt, .row2-clnt, row3-clnt {
        display: flex;
        justify-content: center;
    }

    .responsive-clnt {
        padding: 0 6px;
        float: left;
        width: 24.99999%;
        display: flex;
        height: auto;
    }

@media only screen and (max-width: 700px) {
  .responsive-clnt {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive-clnt {
    width: 100%;
  }
}
    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

/* Style the col-md-4 Side Images */

    .side-column > .allside-row {
        padding: 10px;
    }
    
    .allside-row > img {
        width: 100%;
        height:100%;
    }
  